for statement - definição. O que é for statement. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é for statement - definição

PROGRAMMING LANGUAGE STATEMENT
Loop counter; Do loop; For next loop; For statement; Counter variable; For-loop; Loop variable; Iterative for loop; FOR (DOS command); FOR loops; For (command)
  • For loop illustration, from i=0 to i=2, resulting in data1=200
  • Flow diagram of the following for loop code:
<pre>
for(i=0;i<5;i++)
  printf("*");  
</pre>

The loop will cause five asterisks to be printed.

Statement (computer science)         
SMALLEST STANDALONE ELEMENT OF AN IMPERATIVE PROGRAMMING LANGUAGE THAT EXPRESSES SOME ACTION TO BE CARRIED OUT
Program statement; Statement (programming); Statement (computer programming); With statement
In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. A program written in such a language is formed by a sequence of one or more statements.
do loop         
Motion for more definite statement         
Motion for More Definite Statement; Motion for a more definite statement; Motion craving oyer
A motion for more definite statement in many jurisdictions in the United States, and under United States federal law, is a means of obtaining a more detailed motion from the opposing party in a civil case before interposing a responsive pleading.

Wikipédia

For loop

In computer science a for-loop or for loop is a control flow statement for specifying iteration. Specifically, a for loop functions by running a section of code repeatedly until a certain condition has been satisfied.

For-loops have two parts: a header and a body. The header defines the iteration and the body is the code that is executed once per iteration. The header often declares an explicit loop counter or loop variable. This allows the body to know which iteration is being executed. For-loops are typically used when the number of iterations is known before entering the loop. For-loops can be thought of as shorthands for while-loops which increment and test a loop variable.

Various keywords are used to indicate the usage of a for loop: descendants of ALGOL use "for", while descendants of Fortran use "do". There are other possibilities, for example COBOL which uses "PERFORM VARYING".

The name for-loop comes from the word for. For is used as the keyword in many programming languages to introduce a for-loop. The term in English dates to ALGOL 58 and was popularized in ALGOL 60. It is the direct translation of the earlier German für and was used in Superplan (1949–1951) by Heinz Rutishauser. Rutishauser was involved in defining ALGOL 58 and ALGOL 60. The loop body is executed "for" the given values of the loop variable. This is more explicit in ALGOL versions of the for statement where a list of possible values and increments can be specified.

In Fortran and PL/I, the keyword DO is used for the same thing and it is called a do-loop; this is different from a do-while loop.

Exemplos do corpo de texto para for statement
1. A Request for Statement of Qualification («RSOQ») will be dispatched to the investors expressing formal interest in the privatisation process of PSMC.
2. The parties that submitted requests for statement of qualification include÷ BG Group, UK, BP Pakistan Exploration and Production, Inc, USA, China National Oil and Gas Exploration (CNODC) and ZhenHua Oil Ltd., China, Centurion Energy International Inc.
3. "But this will be a severe blow to the deployment and to their mission in Afghanistan." Our correspondent says British soldiers are still taking a "soft hat" approach, wearing berets instead of helmets whilst on patrol and are still trying to win Afghan "hearts and minds". Calls for statement Labour MP Mike Gapes, chairman of the foreign affairs committee, told BBC Breakfast about his concerns at what he sees as a deteriorating security situation faced by British troops in Afghanistan.